PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DCrossSection Class / setIntersectionColor Method
A com.o2sol.pdf4java.graphics.colors.PDFRgbColor that defines the color for the cutting plane's intersection with the 3D artwork.
In This Topic
    setIntersectionColor Method
    In This Topic
    Sets the color for the cutting plane's intersection with the 3D artwork.
    Syntax
    public void setIntersectionColor( 
       PDFRgbColor intersectionColor
    )

    Parameters

    intersectionColor
    A com.o2sol.pdf4java.graphics.colors.PDFRgbColor that defines the color for the cutting plane's intersection with the 3D artwork.
    See Also